Skip to main content

All Questions

8votes
2answers
1kviews

How to handle complex calculated fields in an ORM

In our API we've got a few central datatypes which need to be "decorated" (so to speak) after retrieval from the database with calculated values. The database is accessed through an ORM which follows ...
moberemk's user avatar

close